getQualifierValue

internal fun getQualifierValue(qualifier: DpQualifier, configuration: Configuration): Float

EN Gets the actual value from the Configuration for the given DpQualifier.

PT Obtém o valor real da configuração (Configuration) para o DpQualifier dado.

Return

The numeric value (in Dp) of the screen metric.

Parameters

qualifier

The type of qualifier (SMALL_WIDTH, HEIGHT, WIDTH).

configuration

The current resource configuration.